* {
  padding: 0;
  margin: 0;
}

body {
  color: #333;
  font-size: 16px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input,
textarea {
  border: none;
  outline: none;
}

.container {
  /* width: 1400px; */
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
}

.l {
  float: left;
}

.r {
  float: right;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Medium.TTF);
}

#about .banner img, #product .banner img, #productDetail .banner img, #science .banner img, #news .banner img, #newsDetail .banner img, #env .banner img, #recuit .banner img, #contact .banner img, #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img, #index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text, #index .banner .pagination-1 span.swiper-active-switch::after, #about .env .container ul li > img, #about .culture .container ul li .culture-img img, #product .other-product .other-product-list .item .item-img img, #science .inv .container .inv-content .inv-img img, #science .quality .container .quality-content .quality-img img, #news .content .container ul li a .news-img img, #env .env-top .env-item .env-img img, #recuit .add .container .item .safe-item-img img, #contact .address .container ul li .address-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.title {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  margin: 30px auto;
}

.btn-s {
  display: block;
  width: 100px;
  height: 30px;
  color: #fff;
  background-color: #fa983a;
  line-height: 30px;
  text-align: center;
  border-radius: 21px;
  transition: .1s;
  font-size: 12px;
}

.btn-s:hover {
  background-color: #ff9d42;
}

.btn-s:active {
  background-color: #f59337;
}

.btn-m {
  display: block;
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #fa983a;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  transition: .1s;
  font-size: 12px;
}

.btn-m:hover {
  background-color: #ff9d42;
}

.btn-m:active {
  background-color: #f59337;
}

.top {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  z-index: 20;
  background-color: #fff;
  box-sizing: border-box;
}

.top .top-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top .top-container .switch {
  width: 80px;
  height: 80px;
  background: url(../images/nav.png) no-repeat center center;
  background-color: #0e4296;
}

.top .top-container .logo {
  width: 100px;
  height: 80px;
  display: block;
  background: url(../images/logo-color.png) no-repeat left center;
  margin-left: 20px;
}

.top .top-container .nav {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #fff;
  width: 100%;
}

.top .top-container .nav > li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.top .top-container .nav > li a::after {
  content: '';
  display: block;
  width: 0px;
  height: 3px;
  background-color: #35b9e0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}

.top .top-container .nav > li a.active::after {
  width: 30px;
}

.top .top-container .nav > li a:hover::after {
  width: 30px;
}

.top .top-container .nav > li ul {
  display: none;
}

.top .top-container .language {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  color: #0e4296;
  text-align: center;
  position: absolute;
  right: 80px;
  top: 0;
}

.top-color {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
  z-index: 20;
  background-color: #fff;
  box-sizing: border-box;
}

.top-color .top-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-color .top-container .switch {
  width: 80px;
  height: 80px;
  background: url(../images/nav.png) no-repeat center center;
  background-color: #0e4296;
}

.top-color .top-container .logo {
  width: 100px;
  height: 80px;
  display: block;
  background: url(../images/logo-color.png) no-repeat left center;
  margin-left: 20px;
}

.top-color .top-container .nav {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #fff;
  width: 100%;
}

.top-color .top-container .nav > li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.top-color .top-container .nav > li a::after {
  content: '';
  display: block;
  width: 0px;
  height: 3px;
  background-color: #35b9e0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .3s;
}

.top-color .top-container .nav > li a.active::after {
  width: 30px;
}

.top-color .top-container .nav > li a:hover::after {
  width: 30px;
}

.top-color .top-container .nav > li ul {
  display: none;
}

.top-color .top-container .language {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  color: #0e4296;
  text-align: center;
  position: absolute;
  right: 80px;
  top: 0;
}

.footer {
  overflow: hidden;
  background-color: #0e4296;
  padding-bottom: 20px;
}

.footer .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.footer .container .footer-text {
  border-top: 1px solid #fff;
}

.footer .container .footer-text ul {
  display: none;
}

.footer .container .footer-text p {
  color: #fff;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: center;
  height: 80px;
}

.footer .container .footer-text p a {
  color: #fff;
  line-height: 1.5em;
  text-decoration: underline;
  transition: .1s;
}

.footer .container .footer-text p a:hover {
  color: #fa983a;
}

.footer .container > a {
  display: block;
}

.footer .container > a img {
  display: block;
  width: 100px;
  margin: 20px auto;
}

.footer .footer-line {
  display: none;
}

.get-top {
  display: none;
}

.menu {
  display: none;
}

.get-page {
  display: flex;
  justify-content: center;
}

.get-page > a {
  display: block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page > a:hover {
  color: #35b9e0;
}

.get-page > a:first-child {
  display: block;
}

.get-page > a:last-child {
  display: block;
}

.get-page .page-num {
  display: flex;
}

.get-page .page-num .page-more {
  display: none;
}

.get-page .page-num a {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page .page-num a:hover {
  color: #35b9e0;
}

.get-page .page-num a.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #35b9e0;
  border-bottom: 1px solid #35b9e0;
}

#about .banner, #product .banner, #productDetail .banner, #science .banner, #news .banner, #newsDetail .banner, #env .banner, #recuit .banner, #contact .banner {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  overflow: hidden;
  position: relative;
}

#about .banner img, #product .banner img, #productDetail .banner img, #science .banner img, #news .banner img, #newsDetail .banner img, #env .banner img, #recuit .banner img, #contact .banner img {
  height: 100%;
  opacity: .3;
}

#about .banner .banner-title, #product .banner .banner-title, #productDetail .banner .banner-title, #science .banner .banner-title, #news .banner .banner-title, #newsDetail .banner .banner-title, #env .banner .banner-title, #recuit .banner .banner-title, #contact .banner .banner-title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 1;
}

#about .banner .banner-title h2, #product .banner .banner-title h2, #productDetail .banner .banner-title h2, #science .banner .banner-title h2, #news .banner .banner-title h2, #newsDetail .banner .banner-title h2, #env .banner .banner-title h2, #recuit .banner .banner-title h2, #contact .banner .banner-title h2 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5em;
}

#about .banner .banner-title span, #product .banner .banner-title span, #productDetail .banner .banner-title span, #science .banner .banner-title span, #news .banner .banner-title span, #newsDetail .banner .banner-title span, #env .banner .banner-title span, #recuit .banner .banner-title span, #contact .banner .banner-title span {
  display: block;
  color: #fff;
  line-height: 1.5em;
}

#index {
  overflow: hidden;
}

#index .banner {
  width: 100%;
  height: 160px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

#index .banner .swiper-container-1 {
  height: 100%;
}

#index .banner .swiper-container-1 .swiper-wrapper {
  height: 100%;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide > img {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide video {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 22;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img:nth-child(1) {
  animation: imgRo 10s linear infinite;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center img:nth-child(2) {
  animation: imgRo 20s linear infinite;
}

@keyframes imgRo {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text {
  width: 100%;
  text-align: center;
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text h1 {
  line-height: 1.5em;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  font-family: 'Oswald';
}

#index .banner .swiper-container-1 .swiper-wrapper .swiper-slide .banner-center .banner-text h2 {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

#index .banner .arrow-left-1 {
  display: none;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
  background: url(../images/banner-l.png) no-repeat center center;
}

#index .banner .arrow-right-1 {
  display: none;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
  background: url(../images/banner-r.png) no-repeat center center;
}

#index .banner .pagination-1 {
  position: absolute;
  bottom: 30px;
  left: 5%;
  display: flex;
  z-index: 10;
}

#index .banner .pagination-1 span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 28px;
  position: relative;
}

#index .banner .pagination-1 span.swiper-active-switch::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 9px;
}

#index .banner .share {
  display: none;
}

#index .banner .share .bshare-custom {
  position: absolute;
  bottom: 30px;
  right: 5%;
  z-index: 10;
  display: flex;
}

#index .banner .share .bshare-custom a {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0;
  margin-left: 40px;
}

#index .banner .share .bshare-custom a:nth-child(2) {
  background: url(../images/facebook.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(3) {
  background: url(../images/twitter.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(4) {
  background: url(../images/weixin.png) no-repeat center center;
}

#index .banner .share .bshare-custom a:nth-child(5) {
  background: url(../images/qq.png) no-repeat center center;
}

#index .idea ul {
  position: relative;
}

#index .idea ul li {
  width: 25%!important;
  margin: 0 auto 20px;
  height: 200px;
  position: relative;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#index .idea ul li .idea-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

#index .idea ul li .idea-content .idea-img {
  display: none;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 250px auto 0;
  transition: .5s;
  opacity: 0;
}

#index .idea ul li .idea-content .idea-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#index .idea ul li .idea-content .idea-img img:nth-child(1) {
  animation: ideaImg 5s linear infinite;
}

#index .idea ul li .idea-content .idea-img img:nth-child(3) {
  animation: ideaImg 3s linear infinite;
}

@keyframes ideaImg {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#index .idea ul li .idea-content h4 {
  line-height: 1.5em;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}

#index .idea ul li .idea-content span {
  display: block;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
}

#index .idea ul li .idea-content .idea-line {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#index .idea ul li .idea-content p {
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

#index .idea ul li .idea-content a {
  margin: 10px auto 0;
}

#index .idea ul li .idea-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  opacity: .3;
}

#index .profile {
  padding-bottom: 30px;
  overflow: hidden;
}

#index .profile .container .title {
  line-height: 1.5em;
}

#index .profile .container .profile-content {
  width: 90%;
  margin: 0 auto;
}

#index .profile .container .profile-content .profile-l {
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  z-index: 1;
}

#index .profile .container .profile-content .profile-l .profile-l-img {
  width: 100%;
}

#index .profile .container .profile-content .profile-l .profile-title {
  margin-top: 20px;
}

#index .profile .container .profile-content .profile-l .profile-title h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}

#index .profile .container .profile-content .profile-l .profile-title span {
  display: none;
}

#index .profile .container .profile-content .profile-l ul {
  display: none;
}

#index .profile .container .profile-content .profile-r {
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

#index .profile .container .profile-content .profile-r .profile-r-text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#index .profile .container .profile-content .profile-r .profile-r-text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

#index .profile .container .profile-content .profile-r .profile-r-text span {
  display: none;
}

#index .profile .container .profile-content .profile-r .profile-r-text ul {
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

#index .profile .container .profile-content .profile-r .profile-r-text ul li {
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  text-indent: -0.5em;
}

#index .profile .container .profile-content .profile-r .profile-r-text .profile-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#index .profile .container .profile-content .profile-r .profile-r-text .profile-btn img {
  display: none;
}

#index .profile .container .profile-content .profile-r .profile-r-bg {
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#index .news {
  position: relative;
  margin-bottom: 30px;
}

#index .news .container {
  width: 90%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#index .news .container h3 {
  text-align: center;
  position: absolute;
  top: 0;
}

#index .news .container .news-bg {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#index .news .container .swiper-container-2 {
  overflow: hidden;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .swiper-slide-active {
  margin-right: 160px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-img {
  width: 100%;
  margin-top: 80px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text {
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 3px solid #35b9e0;
  padding-bottom: 20px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 20px auto;
  text-align: center;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text span {
  display: block;
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
  font-size: 12px;
  text-align: center;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text p {
  width: 90%;
  margin: 20px auto;
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text .profile-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#index .news .container .swiper-container-2 .swiper-wrapper .swiper-slide .news-text .profile-btn img {
  display: none;
}

#index .news .container .arrow-left-2 {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  background: url(../images/banner-l-g.png) no-repeat center center;
  background-size: 100% 100%;
}

#index .news .container .arrow-right-2 {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  background: url(../images/banner-r-g.png) no-repeat center center;
  background-size: 100% 100%;
}

#index .news .container .pagination-2 {
  display: none;
}
.c-banner4-bottom .c-num{font-size:14px;}
#index .time {
  /*display: none;*/
  background: url(../images/time-bg.jpg) no-repeat center top;
    background-size: auto 100%;
    color: #fff;
    padding: 30px 0;
}

#about {
  width: 100%;
  overflow: hidden;
}

#about .profile .container {
  width: 320px;
}

#about .profile .container h3 {
  text-align: center;
}

#about .profile .container p {
  width: 280px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .profile .container img {
  width: 100%;
  margin-top: 20px;
}

#about .profile .container ul {
  display: flex;
  margin: 20px auto 60px;
}

#about .profile .container ul li {
  flex: 1;
  border-left: 1px solid #ddd;
  position: relative;
}

#about .profile .container ul li:last-child {
  border-right: 1px solid #ddd;
}

#about .profile .container ul li i {
  display: block;
  line-height: 1.5em;
  font-size: 20px;
  font-style: normal;
  color: #35b9e0;
  text-align: center;
}
#about .profile .container ul li a {
    position: absolute;
    top: 0;
    font-weight: bold;
    right: 0;
    color: #35b9e0;
    display: none;
}
#about .profile .container ul li span {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #999;
}

#about .time {
  /*display: none;*/
      background: url(../images/time-bg.jpg) no-repeat center top;
    background-size: auto 100%;
    color: #fff;
    padding:30px 0;
}
.c-banner4-wrap .swiper-slide{width:92%;margin:0 auto;float:none;}
#about .env .container {
  width: 320px;
}
.time-text span{font-weight:bold;}
.time-text p{font-size:14px;margin-bottom:15px;}
#about .env .container h3 {
  text-align: center;
}

#about .env .container > p {
  width: 280px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .env .container ul {
  margin-top: 60px;
}

#about .env .container ul li {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#about .env .container ul li .env-text {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  transition: .5s;
  margin-top: 20px;
  opacity: 1;
}

#about .env .container ul li .env-text img {
  width: 48px;
  display: block;
  margin: 0 auto;
}

#about .env .container ul li .env-text h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 20px;
}

#about .env .container ul li .env-text p {
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  margin-top: 10px;
}

#about .env .container ul li .env-text a {
  margin: 20px auto 0;
}

#about .env .container ul li > img {
  width: 100%;
  z-index: 1;
  transition: .5s;
  opacity: .3;
}

#about .culture .container {
  width: 320px;
  padding-bottom: 60px;
}

#about .culture .container h3 {
  text-align: center;
}

#about .culture .container > p {
  width: 280px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: center;
  color: #999;
}

#about .culture .container ul {
  position: relative;
  margin-top: 20px;
}

#about .culture .container ul::after {
  content: '';
  display: none;
  width: 96%;
  border-bottom: 1px solid #0e4296;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#about .culture .container ul li .culture-img {
  width: 80px;
  height: 80px;
  border: 1px solid #0e4296;
  border-radius:100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#about .culture .container ul li .culture-img img {
  width: 100%;
  display: block;
 
}

#about .culture .container ul li h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
}

#about .culture .container ul li span {
    display: block;
text-align: center;
font-size: 14px;
margin-bottom: 20px;
}

#about .social {
  display: none;
}

#about .env-mask, #about .social-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 20;
    padding:20px;
    
}
#about .env-mask img{max-width:100%;}
#product {
  width: 100%;
  overflow: hidden;
}

#product .our-product {
  width: 320px;
  margin-bottom: 60px;
}

#product .our-product h3 {
  text-align: center;
  line-height: 1.5em;
}

#product .our-product > p {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  color: #999;
  line-height: 1.5em;
}

#product .our-product .our-product-list {
  display: none;
}

#product .other-product {
  width: 320px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ddd;
}

#product .other-product h3 {
  display: none;
}

#product .other-product .other-product-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#product .other-product .other-product-list .item {
  display: block;
  width: 320px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: .3s;
  margin-bottom: 20px;
}

#product .other-product .other-product-list .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#product .other-product .other-product-list .item:hover .item-text h4 {
  color: #0e4296;
}

#product .other-product .other-product-list .item .item-img {
  width: 320px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

#product .other-product .other-product-list .item .item-img img {
  height: 100%;
  display: block;
  transition: .5s;
}

#product .other-product .other-product-list .item .item-text {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px 20px;
}

#product .other-product .other-product-list .item .item-text h4 {
  font-size: 24px;
  color: #333;
  line-height: 1.5em;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text span {
  color: #999;
  line-height: 1.5em;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text p {
  color: #999;
  line-height: 1.5em;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#product .other-product .other-product-list .item .item-text .item-btn {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#productDetail {
  width: 100%;
  overflow: hidden;
}

#productDetail .next-product {
  display: none;
}

#productDetail .content {
  position: relative;
  margin-bottom: 60px;
}

#productDetail .content .content-bg {
  display: none;
}

#productDetail .content .container {
  width: 320px;
  overflow: hidden;
}

#productDetail .content .container .product-name {
  margin-top: 60px;
  background-image: linear-gradient(to left, #0e4296, #35b9e0);
  overflow: hidden;
  padding-bottom: 20px;
}

#productDetail .content .container .product-name h3 {
  width: 480px;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  box-sizing: border-box;
}

#productDetail .content .container .product-name a {
  display: none;
}

#productDetail .content .container .product-profile {
  width: 100%;
  line-height: 1.5em;
  background-color: #f5f5f5;
  color: #999;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}

#productDetail .content .container .product-message {
  margin-top: 30px;
}

#productDetail .content .container .product-message .product-img {
  width: 320px;
  position: relative;
  box-sizing: border-box;
  /* img {
                        width: 100%;
                        @extend %xy-center;
                    } */
  /* .smallshow>.prev {
                        left: 0;
                        background: url(images/hover-prev.png) no-repeat;
                        transition: all 0.5s
                    }
                    .smallshow>.next {
                        right: 0;
                        background: url(images/hover-next.png) no-repeat;
                        transition: all 0.5s
                    }
                    .smallshow>.prev.prevnone {
                        left: 0;
                        background: url(images/prev.png) no-repeat;
                        cursor: not-allowed
                    }
                    .smallshow>.next.nextnone {
                        right: 0;
                        background: url(images/next.png) no-repeat;
                        cursor: not-allowed
                    } */
}

#productDetail .content .container .product-message .product-img .bg {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

#productDetail .content .container .product-message .product-img .bg::after {
  content: '';
  display: block;
  clear: both;
}

#productDetail .content .container .product-message .product-img .bg .bg_left {
  width: 100%;
  height: auto;
  float: left;
}

#productDetail .content .container .product-message .product-img .bg .bg_right {
  float: left;
}

#productDetail .content .container .product-message .product-img .bigitem {
  width: 860px;
  height: 860px;
  background-color: #fff;
  position: relative;
}

#productDetail .content .container .product-message .product-img .show {
  width: 320px;
  height: 320px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  cursor: move;
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .show img {
  max-width: 360px;
  max-height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#productDetail .content .container .product-message .product-img .mask {
  width: 0;
  height: 0;
  display: none;
}

#productDetail .content .container .product-message .product-img .bg_right {
  width: 0;
  height: 0;
  display: none;
}

#productDetail .content .container .product-message .product-img .bigshow {
  width: 320px;
  height: 320px;
  overflow: hidden;
  margin-left: 10px;
  border: 1px solid #ddd;
}

#productDetail .content .container .product-message .product-img .bigshow img {
  width: 720px;
  position: absolute;
  left: 0;
  top: 0;
}

#productDetail .content .container .product-message .product-img .smallshow {
  position: relative;
}

#productDetail .content .container .product-message .product-img .smallshow img {
  max-width: 100%;
  height: 100%;
  transition: all 0.5s;
}

#productDetail .content .container .product-message .product-img .smallshow > .middle_box {
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .smallshow .middle {
  width: 320px;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#productDetail .content .container .product-message .product-img .smallshow .middle > li {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-image: linear-gradient(to bottom, #0e4296, #35b9e0);
  box-sizing: border-box;
  overflow: hidden;
}

#productDetail .content .container .product-message .product-img .smallshow > p {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}

#productDetail .content .container .product-message .product-img .details-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  overflow: scroll;
  z-index: 20;
}

#productDetail .content .container .product-message .product-img .details-mask img {
  display: block;
  margin: 50px auto;
  max-width: 90%;
}

#productDetail .content .container .product-message .product-img .product-contact {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

#productDetail .content .container .product-message .product-img .product-contact p {
  text-align: right;
  line-height: 1.5em;
  color: #333;
}

#productDetail .content .container .product-message .product-text {
  width: 490px;
}

#productDetail .content .container .product-message .product-text ul li {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #999;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
  padding: 0 20px;
}

#science {
  width: 100%;
  overflow: hidden;
}

#science .strength .container {
  width: 320px;
}

#science .strength .container h3 {
  text-align: center;
}

#science .strength .container .strength-content div {
  width: 320px;
  /*height: 280px;*/
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px;
  border-top: 3px solid #fa983a;
  margin-bottom: 20px;
}

#science .strength .container .strength-content div img {
  display: block;
  margin: 40px auto 0;
}

#science .strength .container .strength-content div h4 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  line-height: 1.5em;
  text-align: center;
}

#science .strength .container .strength-content div p {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
  line-height: 1.5em;
  text-align: center;
}

#science .inv .container {
  width: 320px;
}

#science .inv .container h3 {
  text-align: center;
}

#science .inv .container .inv-content {
  width: 100%;
}

#science .inv .container .inv-content .inv-text {
  width: 320px;
  box-sizing: border-box;
  border-left: 3px solid #35b9e0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

#science .inv .container .inv-content .inv-text p {
  line-height: 1.5em;
  color: #999;
  margin: 20px auto;
}

#science .inv .container .inv-content .inv-text .bottom {
  display: none;
}

#science .inv .container .inv-content .inv-img {
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

#science .inv .container .inv-content .inv-img img {
  height: 100%;
}

#science .quality .container {
  width: 320px;
  padding-bottom: 60px;
}

#science .quality .container h3 {
  text-align: center;
}

#science .quality .container .quality-content .quality-img {
  width: 320px;
  height: 320px;
  overflow: hidden;
  position: relative;
}

#science .quality .container .quality-content .quality-img img {
  height: 100%;
  display: block;
}

#science .quality .container .quality-content .quality-items {
  display: none;
}

#news {
  width: 100%;
  overflow: hidden;
}

#news .content .container {
  width: 320px;
  margin-bottom: 60px;
}

#news .content .container h3 {
  text-align: center;
}

#news .content .container ul li {
  margin-bottom: 20px;
}

#news .content .container ul li a {
  display: block;
  width: 320px;
  transition: .3s;
  opacity: 1;
}

#news .content .container ul li a .news-img {
  width: 320px;
  height: 170px;
  position: relative;
  overflow: hidden;
}

#news .content .container ul li a .news-img img {
  display: block;
  width: 100%;
}

#news .content .container ul li a h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 20px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#news .content .container ul li a span {
  display: block;
  line-height: 1.5em;
  margin-top: 20px;
  color: #999;
}

#news .content .container ul li a p {
  line-height: 1.5em;
  margin-top: 20px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .content .container ul li a input {
  display: block;
  margin-top: 20px;
}

#newsDetail {
  width: 100%;
  overflow: hidden;
}

#newsDetail .content {
  background-color: #f5f5f5;
  overflow: hidden;
}

#newsDetail .content .container {
  width: 320px;
  margin: 60px auto;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}

#newsDetail .content .container h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
  color: #333;
  margin-top: 40px;
}

#newsDetail .content .container span {
  display: block;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin: 20px auto;
  font-size: 14px;
}

#newsDetail .content .container .line-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

#newsDetail .content .container p {
  width: 280px;
  line-height: 1.5em;
  color: #666;
  margin: 0 auto;
  font-size: 14px;
}

#newsDetail .content .container img {
  display: block;
  width: 280px;
  margin: 20px auto;
}

#newsDetail .content .container .line-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

#newsDetail .content .container .bottom {
  margin-bottom: 60px;
  text-align: center;
}

#newsDetail .content .container .bottom ul li {
  margin-top: 40px;
}

#newsDetail .content .container .bottom ul li a {
  line-height: 1.5em;
  color: #999;
}

#newsDetail .content .container .bottom > a {
  margin: 40px auto 0;
  display: block;
}

#env {
  width: 100%;
  overflow: hidden;
}

#env .env-top {
  width: 320px;
  margin-bottom: 60px;
}

#env .env-top h3 {
  text-align: center;
  line-height: 1.5em;
}

#env .env-top > p {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
}

#env .env-top .env-item {
  width: 320px;
  margin-top: 40px;
}

#env .env-top .env-item .env-img {
  width: 320px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

#env .env-top .env-item .env-img img {
  width: 100%;
}

#env .env-top .env-item .env-text {
  width: 320px;
  box-sizing: border-box;
}

#env .env-top .env-item .env-text h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: center;
}

#env .env-top .env-item .env-text p {
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#env .env-top .env-item .env-text .env-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#env .env-top .env-item .env-text .env-btn img {
  display: none;
}

#env .env-other {
  width: 320px;
  margin-bottom: 40px;
}

#env .env-other h3 {
  text-align: center;
  font-size: 24px;
  color: #999;
  font-weight: normal;
  line-height: 1.5em;
  border-bottom: 1px solid #ddd;
}

#env .env-other .other-env-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#env .env-other .other-env-list .item {
  width: 320px;
  box-sizing: border-box;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

#env .env-other .other-env-list .item img {
  display: none;
}

#env .env-other .other-env-list .item h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 10px;
  text-align: center;
  color: #0e4296;
}

#env .env-other .other-env-list .item p {
  margin-top: 20px;
  line-height: 1.5em;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#env .env-other .other-env-list .item .item-btn {
  display: none;
}

#env .safe {

}

#env .safe-items {

}
#env .safe .container p{width:90%;text-align: center; line-height: 1.5em; color: #999;margin:0 auto;font-size:12px;}
#env .safe-items .container .item .safe-item-img{width:200px;height:200px;border-radius:50%;margin:0 auto;}
#env .safe-items .container .item .safe-item-img img{max-width:100%}
#env .safe-items .container .item h4{width:90%;font-size:18px;color: #333;text-align:center;margin:0 auto;padding:10px 0}
#env .safe-items .container .item p{width:90%;font-size:14px;color: #999;text-align:center;margin:0 auto;margin-bottom:20px;}
#recuit {
  width: 100%;
  overflow: hidden;
}

#recuit .add {
  margin-bottom: 40px;
}

#recuit .add h3 {
  text-align: center;
}

#recuit .add .container {
  width: 320px;
  display: flex;
  justify-content: space-between;
}

#recuit .add .container .item .safe-item-img {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 120px;
}

#recuit .add .container .item .safe-item-img img {
  width: 100%;
  display: block;
}

#recuit .add .container .item h4 {
  width: 64px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin-top: 10px;
}

#recuit .add .container .item p {
  display: none;
  font-size: 12px;
  width: 80px;
  line-height: 1.5em;
  text-align: center;
  color: #999;
  margin-top: 10px;
}

#recuit .idea {
  background: url(../images/recuit-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 100px;
}

#recuit .idea .container {
  width: 92%;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 3px solid #fa983a;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 30px;
  padding: 20px;
}

#recuit .idea .container h3 {
  text-align: center;
}

#recuit .idea .container p {
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  color: #999;
  margin: 10px auto 20px;
  font-size: 14px;
}

#recuit .message .container {
  width: 320px;
  padding-bottom: 100px;
}

#recuit .message .container h3 {
  text-align: center;
  margin-top: 0;
}

#recuit .message .container .cd-accordion-menu {
  margin: 20px auto;
}

#recuit .message .container .cd-accordion-menu #ll {
  display: block;
  font-size: 16px;
  padding-left: 40px;
  background: url(../images/human.png) no-repeat left center;
}

#recuit .message .container .cd-accordion-menu #rr {
  width: 32px;
  height: 32px;
  background: url(../images/add-g.png) no-repeat center center;
}

#recuit .message .container .cd-accordion-menu table {
  margin: 10px auto;
  text-align: center;
  border-collapse: collapse;
}

#recuit .message .container .cd-accordion-menu table thead tr {
  background-color: #35b9e0;
  border: 1px solid #35b9e0;
  color: #fff;
}

#recuit .message .container .cd-accordion-menu table thead tr th {
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
}

#recuit .message .container .cd-accordion-menu table tbody tr {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  color: #333;
}

#recuit .message .container .cd-accordion-menu table tbody tr td {
  font-size: 12px;
  padding: 10px;
}

#recuit .message .container .cd-accordion-menu .condition {
  width: 96%;
  margin: 10px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#recuit .message .container .cd-accordion-menu .condition h4 {
  font-weight: normal;
  color: #333;
  font-size: 12px;
  line-height: 36px;
}

#recuit .message .container .cd-accordion-menu .condition p {
  font-size: 12px;
  color: #999;
  line-height: 1.5em;
}

#recuit .message .container .cd-accordion-menu .tel {
  width: 96%;
  margin: 10px auto;
  color: #35b9e0;
  padding-bottom: 10px;
}

#recuit .message .container .cd-accordion-menu .tel h4 {
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
}

#recuit .message .container .cd-accordion-menu .tel p {
  font-size: 12px;
  line-height: 1.5em;
}

#recuit .message .container .cd-accordion-menu ul {
  display: none;
}

#recuit .message .container .cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#recuit .message .container .cd-accordion-menu label,
#recuit .message .container .cd-accordion-menu a {
  height: 64px;
  position: relative;
  display: block;
  padding: 0 20px 0 30px;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#recuit .message .container .cd-accordion-menu label i,
#recuit .message .container .cd-accordion-menu a i {
  font-style: normal;
  vertical-align: middle;
}

#recuit .message .container .cd-accordion-menu label i:nth-of-type(1),
#recuit .message .container .cd-accordion-menu a i:nth-of-type(1) {
  font-size: 20px;
}

#recuit .message .container .cd-accordion-menu label i:nth-of-type(3),
#recuit .message .container .cd-accordion-menu a i:nth-of-type(3) {
  font-size: 22px;
}

#recuit .message .container .cd-accordion-menu label #rr,
#recuit .message .container .cd-accordion-menu a #rr {
  transition: .3s;
}

#recuit .message .container .no-touch .cd-accordion-menu label:hover,
#recuit .message .container .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}

#recuit .message .container .cd-accordion-menu label::before,
#recuit .message .container .cd-accordion-menu label::after,
#recuit .message .container .cd-accordion-menu a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recuit .message .container .cd-accordion-menu label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#recuit .message .container .cd-accordion-menu label::before,
#recuit .message .container .cd-accordion-menu label::after {
  background-repeat: no-repeat;
}

#recuit .message .container .cd-accordion-menu label::before {
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

#recuit .message .container .cd-accordion-menu label::after {
  left: 41px;
  background-position: -16px 0;
}

#recuit .message .container .cd-accordion-menu a::after {
  left: 36px;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label {
  color: #fff;
  background-color: #35b9e0;
  border: 1px solid #35b9e0;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label #ll {
  background: url(../images/human-w.png) no-repeat left center;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label #rr {
  background: url(../images/add.png) no-repeat center center;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}

#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label + ul,
#recuit .message .container .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}

#recuit .message .container .cd-accordion-menu ul li {
  background: #fff;
  border: 1px solid #eee;
  color: #333;
  margin-top: 20px;
}

#recuit .message .container .no-touch .cd-accordion-menu ul label:hover,
#recuit .message .container .no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}

#recuit .message .container .cd-accordion-menu > li:last-of-type > label,
#recuit .message .container .cd-accordion-menu > li:last-of-type > a,
#recuit .message .container .cd-accordion-menu > li > ul > li:last-of-type label,
#recuit .message .container .cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}

#recuit .message .container .cd-accordion-menu ul label::before {
  left: 36px;
}

#recuit .message .container .cd-accordion-menu ul label::after,
#recuit .message .container .cd-accordion-menu ul a::after {
  left: 59px;
}

#recuit .message .container .cd-accordion-menu ul ul label,
#recuit .message .container .cd-accordion-menu ul ul a {
  padding-left: 100px;
}

#recuit .message .container .cd-accordion-menu ul ul label::before {
  left: 54px;
}

#recuit .message .container .cd-accordion-menu ul ul label::after,
#recuit .message .container .cd-accordion-menu ul ul a::after {
  left: 77px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label,
#recuit .message .container .cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label::before {
  left: 72px;
}

#recuit .message .container .cd-accordion-menu ul ul ul label::after,
#recuit .message .container .cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

@media only screen and (min-width: 600px) {
  #recuit .message .container .cd-accordion-menu label,
  #recuit .message .container .cd-accordion-menu a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  #recuit .message .container .cd-accordion-menu label::before {
    left: 24px;
  }
  #recuit .message .container .cd-accordion-menu label::after {
    left: 53px;
  }
  #recuit .message .container .cd-accordion-menu ul label,
  #recuit .message .container .cd-accordion-menu ul a {
    padding-left: 106px;
  }
  #recuit .message .container .cd-accordion-menu ul label::before {
    left: 48px;
  }
  #recuit .message .container .cd-accordion-menu ul label::after,
  #recuit .message .container .cd-accordion-menu ul a::after {
    left: 77px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label,
  #recuit .message .container .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  #recuit .message .container .cd-accordion-menu ul ul label::after,
  #recuit .message .container .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label,
  #recuit .message .container .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  #recuit .message .container .cd-accordion-menu ul ul ul label::after,
  #recuit .message .container .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}

#recuit .message .container .cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

#contact {
  width: 100%;
  overflow: hidden;
}

#contact .address .container {
  width: 320px;
  padding-bottom: 20px;
}

#contact .address .container h3 {
  text-align: center;
}

#contact .address .container ul {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#contact .address .container ul li {
  width: 320px;
  box-sizing: border-box;
  border-top: 3px solid #fa983a;
  padding: 0 40px;
}

#contact .address .container ul li:hover .address-img {
  transform: translateY(-10%);
}

#contact .address .container ul li .address-img {
  width: 72px;
  height: 72px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #35b9e0;
  border-radius: 50px;
  position: relative;
  margin: 40px auto 20px;
  transition: .3s;
}

#contact .address .container ul li .address-img img {
  display: block;
}

#contact .address .container ul li h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}

#contact .address .container ul li p {
  margin-top: 10px;
  line-height: 1.5em;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 40px;
}

#contact .map {
  display: none;
}

#contact .message .container {
  width: 320px;
  padding-bottom: 60px;
}

#contact .message .container h3 {
  text-align: center;
}

#contact .message .container .input-box .input-block {
  position: relative;
}

#contact .message .container .input-box .input-block .input-item {
  width: 320px;
  height: 50px;
  background-color: #35b9e0;
  position: relative;
  margin-bottom: 20px;
}

#contact .message .container .input-box .input-block .input-item input {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 20px 0 120px;
  font-size: 16px;
  color: #999;
}

#contact .message .container .input-box .input-block textarea {
  display: block;
  line-height: 50px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 20px 0 120px;
  font-size: 16px;
  color: #999;
}

#contact .message .container .input-box .input-block span {
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#contact .message .container .input-box input[type=submit] {
  margin: 20px auto 0;
  font-size: 14px;
}
